type reflect.uncommonType
20 uses
reflect (current package)
type.go#L220: uncommon() *uncommonType
type.go#L343: type uncommonType struct {
type.go#L671: func (t *uncommonType) methods() []method {
type.go#L678: func (t *uncommonType) exportedMethods() []method {
type.go#L740: func (t *rtype) uncommon() *uncommonType {
type.go#L750: u uncommonType
type.go#L756: u uncommonType
type.go#L762: u uncommonType
type.go#L768: u uncommonType
type.go#L774: u uncommonType
type.go#L780: u uncommonType
type.go#L786: u uncommonType
type.go#L792: u uncommonType
type.go#L1059: uadd += unsafe.Sizeof(uncommonType{})
type.go#L1070: uadd += unsafe.Sizeof(uncommonType{})
type.go#L2396: u uncommonType
type.go#L2656: var ut *uncommonType
type.go#L2670: {Name: "U", Type: TypeOf(uncommonType{})},
type.go#L2675: ut = (*uncommonType)(tt.Elem().Field(1).Addr().UnsafePointer())
type.go#L2685: ut.moff = uint32(unsafe.Sizeof(uncommonType{}))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)